DataSource for Entity Framework for WinForms
IndexedGroup<TKey,T> クラス
メンバ 

C1.LiveLinq.4.5.2 アセンブリ > C1.LiveLinq.Indexing.Search 名前空間 : IndexedGroup<TKey,T> クラス
インデックスキーの型。
インデックス付きのコレクション内の要素の型。
グループ化を使用する検索操作の結果として得られたグループのコレクションに属する、同じキーを持つ要素のグループを表します。
オブジェクト モデル
IndexedGroup<TKey,T> クラス
シンタックス
'宣言
 
Public MustInherit Class IndexedGroup
    (Of TKey,T) 
   Inherits IndexedGroup(Of T)
   Implements C1.LiveLinq.Indexing.IIndexedSource(Of T) 
public abstract class IndexedGroup<TKey,T> : IndexedGroup<T>, C1.LiveLinq.Indexing.IIndexedSource<T>  
型パラメータ
TKey
インデックスキーの型。
T
インデックス付きのコレクション内の要素の型。
継承階層

System.Object
   C1.LiveLinq.Indexing.Search.IndexQuery<T>
      C1.LiveLinq.Indexing.Search.IndexedGroup<T>
         C1.LiveLinq.Indexing.Search.IndexedGroup<TKey,T>

参照

IndexedGroup<TKey,T> メンバ
C1.LiveLinq.Indexing.Search 名前空間
GroupingQuery<TKey,T> クラス
IndexedGroup<T> クラス